-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: RFC Mutually Exclusive Pods Uniformly Distributed Scheduling #1623
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: helen-frank The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Request for review of RFC |
@helen-frank: GitHub didn't allow me to request PR reviews from the following users: jwcesign. Note that only kubernetes-sigs members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/retest |
This PR has been inactive for 14 days. StaleBot will close this stale PR after 14 more days of inactivity. |
ping @ellistarn |
Pull Request Test Coverage Report for Build 11482474851Details
💛 - Coveralls |
This PR has been inactive for 14 days. StaleBot will close this stale PR after 14 more days of inactivity. |
2a2e870
to
7d67001
Compare
7d67001
to
93431fb
Compare
/cc @njtran @ellistarn Please take a look |
## Recommended Solution | ||
|
||
By sorting in byCPUAndMemoryDescending, pods with the same specifications (cpu or memory request equal) and mutually exclusive pods (with PodAntiAffinity or TopologySpreadConstraints) are prioritized to be scheduled first. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you explain the theory details here?
designs/mutually-exclusive-pods-uniformly-distributed-scheduling.md
Outdated
Show resolved
Hide resolved
Code implementation: [pull 1548](https://github.com/kubernetes-sigs/karpenter/pull/1548) | ||
|
||
### Test Results | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What will be the impact if a user upgrades to a version that includes this feature?
Will the existing nodes need to be recreated according to the new logic?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new scheduling results are more balanced, and that's about it. No changes are needed for that.
Signed-off-by: helen <[email protected]>
93431fb
to
611dc35
Compare
This PR has been inactive for 14 days. StaleBot will close this stale PR after 14 more days of inactivity. |
Fixes #1418
Description
How was this change tested?
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.